Fuzion Logo
fuzion-lang.dev — The Fuzion Language Portal
JavaScript seems to be disabled. Functionality is limited.

equality

property.equatable.type.equality

(a property.equatable.this.type, b property.equatable.this.type)
 => 
bool
[Abstract feature]
equality implements the default equality relation for values of this type.

This relation must be

- reflexive (equality a b),
- symmetric (equality a b = equality b a), and
- transitive ((equality a b && equality b c) : equality a c).

result is true iff 'a' is considered to represent the same abstract value
as 'b'.
0.095dev (GIT hash 91033acfd0b07a6e4c620ce81166841b8de33a6f)
last changed: 2026-04-29